GET TOKEN TYPE
The tokenizer can recognize three different kinds of tokens:
- Normal tokens
- String tokens (text delimited by the string delimiter characters)
- Symbol tokens (characters defined with TOKEN SYMBOLS)

Use GET TOKEN TYPE to retrieve the kind of token that was previously found using GET NEXT TOKEN$.

ARGUMENTS:
*none*

RETURNS:
Returns the token type (1=normal token, 2=symbol, 3=string, 0=no token)


SYNTAX
Return Integer=GET TOKEN TYPE()


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File